ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _AreaCartesianPlotView<TOwnerView,TGroupView> Class / _AreaCartesianPlotView<TOwnerView,TGroupView> Constructor

In This Topic
    _AreaCartesianPlotView<TOwnerView,TGroupView> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal layoutView As TOwnerView, _
       ByVal definition As ICartesianPlotDefinition, _
       ByVal plotData As ICartesianPlotDataModel _
    )
    public _AreaCartesianPlotView<TOwnerView,TGroupView>( 
       TOwnerView layoutView,
       ICartesianPlotDefinition definition,
       ICartesianPlotDataModel plotData
    )

    Parameters

    layoutView
    definition
    plotData
    See Also